Html Css Color HEX #BFC6E6 Periwinkle

📋 copy color: '#BFC6E6'

red 191 ◦ green 198 ◦ blue 230

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

Shades of Periwinkle #BFC6E6

Tints of Periwinkle #BFC6E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.16%

R = 30.86%
G = 31.99%
B = 37.16%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFC6E6 (or 0xBFC6E6) is known color: Periwinkle. HEX triplet: BF, C6 and E6. RGB value is (191,198,230). Sum of RGB (Red+Green+Blue) = 191+198+230=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFC6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6E6 is #403919. Grayscale: #C7C7C7. Windows color (decimal): -4208922 or 15124159. OLE color: 15124159.

HSL color Cylindrical-coordinate representation of color #BFC6E6: hue angle of 229.23º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFC6E6 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 198 230 -
CMYK 0.17 0.14 0 0.10
HSL 229.23º 0.44% 0.83% -
HSV(B) 229.23º 0.17% 0.9% -
XYZ 55.96 57.18 82.95 -
YUV 199.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 191 198 230 0.17 0.14 0 0.10 229.23 0.44 0.83
Hex BF C6 E6 11 E 0 A E5 2C 53
Octal 277 306 346 21 16 0 12 345 54 123
Binary 10111111 11000110 11100110 10001 1110 0 1010 11100101 101100 1010011

Color Harmonies of #BFC6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC6E6

Black with #BFC6E6

Text Example


Text Example

White with #BFC6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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