Html Css Color HEX #BFC6E8 Periwinkle

📋 copy color: '#BFC6E8'

red 191 ◦ green 198 ◦ blue 232

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

Shades of Periwinkle #BFC6E8

Tints of Periwinkle #BFC6E8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.88%

 BLUE value IS 232 (91.02% from 255) = 37.36%

R = 30.76%
G = 31.88%
B = 37.36%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFC6E8 (or 0xBFC6E8) is known color: Periwinkle. HEX triplet: BF, C6 and E8. RGB value is (191,198,232). Sum of RGB (Red+Green+Blue) = 191+198+232=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFC6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6E8 is #403917. Grayscale: #C7C7C7. Windows color (decimal): -4208920 or 15255231. OLE color: 15255231.

HSL color Cylindrical-coordinate representation of color #BFC6E8: hue angle of 229.76º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFC6E8 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 198 232 -
CMYK 0.18 0.15 0 0.09
HSL 229.76º 0.47% 0.83% -
HSV(B) 229.76º 0.18% 0.91% -
XYZ 56.25 57.29 84.44 -
YUV 199.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 191 198 232 0.18 0.15 0 0.09 229.76 0.47 0.83
Hex BF C6 E8 12 F 0 9 E6 2F 53
Octal 277 306 350 22 17 0 11 346 57 123
Binary 10111111 11000110 11101000 10010 1111 0 1001 11100110 101111 1010011

Color Harmonies of #BFC6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC6E8

Black with #BFC6E8

Text Example


Text Example

White with #BFC6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC6E8; }

 p { color: rgb(191,198,232); }

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

background-color css

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

 a { background-color: rgb(191,198,232); }

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

border-color css

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

 span { border-color: rgb(191,198,232); }

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