Html Css Color HEX #BFCFF8 Periwinkle

📋 copy color: '#BFCFF8'

red 191 ◦ green 207 ◦ blue 248

#BFCFF8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #BFCFF8

Tints of Periwinkle #BFCFF8

RGB

 RED value IS 191 (75% from 255) = 29.57%

 GREEN value IS 207 (81.25% from 255) = 32.04%

 BLUE value IS 248 (97.27% from 255) = 38.39%

R = 29.57%
G = 32.04%
B = 38.39%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFCFF8 (or 0xBFCFF8) is known color: Periwinkle. HEX triplet: BF, CF and F8. RGB value is (191,207,248). Sum of RGB (Red+Green+Blue) = 191+207+248=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 248 (97.27% from 255 or 38.39% from 646); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFCFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFF8 is #403007. Grayscale: #CECECE. Windows color (decimal): -4206600 or 16306111. OLE color: 16306111.

HSL color Cylindrical-coordinate representation of color #BFCFF8: hue angle of 223.16º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFCFF8 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 207 248 -
CMYK 0.23 0.17 0 0.03
HSL 223.16º 0.8% 0.86% -
HSV(B) 223.16º 0.23% 0.97% -
XYZ 60.74 62.48 97.67 -
YUV 206.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 191 207 248 0.23 0.17 0 0.03 223.16 0.8 0.86
Hex BF CF F8 17 11 0 3 DF 50 56
Octal 277 317 370 27 21 0 3 337 120 126
Binary 10111111 11001111 11111000 10111 10001 0 11 11011111 1010000 1010110

Color Harmonies of #BFCFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCFF8

Black with #BFCFF8

Text Example


Text Example

White with #BFCFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCFF8; }

 p { color: rgb(191,207,248); }

 H1.HeaderClassName
 {
   color: #BFCFF8;
 }
 .AnyTagClassName
 {
   color: #BFCFF8;
 }
</style>

background-color css

<style>
 a { background-color: #BFCFF8; }

 a { background-color: rgb(191,207,248); }

 div.DivClassName
 {
   background-color: #BFCFF8;
 }
 .BgClassName
 {
   background-color: #BFCFF8;
 }
</style>

border-color css

<style>
 span { border-color: #BFCFF8; }

 span { border-color: rgb(191,207,248); }

 td.TdClassName
 {
   border-color: #BFCFF8;
 }
 .TagClassName
 {
   border-color: #BFCFF8;
 }
</style>