Html Css Color HEX #BFCBEC Periwinkle

📋 copy color: '#BFCBEC'

red 191 ◦ green 203 ◦ blue 236

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

Shades of Periwinkle #BFCBEC

Tints of Periwinkle #BFCBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.22%

 BLUE value IS 236 (92.58% from 255) = 37.46%

R = 30.32%
G = 32.22%
B = 37.46%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFCBEC (or 0xBFCBEC) is known color: Periwinkle. HEX triplet: BF, CB and EC. RGB value is (191,203,236). Sum of RGB (Red+Green+Blue) = 191+203+236=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFCBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBEC is #403413. Grayscale: #CBCBCB. Windows color (decimal): -4207636 or 15518655. OLE color: 15518655.

HSL color Cylindrical-coordinate representation of color #BFCBEC: hue angle of 224º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCBEC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 203 236 -
CMYK 0.19 0.14 0 0.07
HSL 224º 0.54% 0.84% -
HSV(B) 224º 0.19% 0.93% -
XYZ 57.98 59.84 87.85 -
YUV 203.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 191 203 236 0.19 0.14 0 0.07 224 0.54 0.84
Hex BF CB EC 13 E 0 7 E0 36 54
Octal 277 313 354 23 16 0 7 340 66 124
Binary 10111111 11001011 11101100 10011 1110 0 111 11100000 110110 1010100

Color Harmonies of #BFCBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBEC

Black with #BFCBEC

Text Example


Text Example

White with #BFCBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBEC; }

 p { color: rgb(191,203,236); }

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

background-color css

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

 a { background-color: rgb(191,203,236); }

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

border-color css

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

 span { border-color: rgb(191,203,236); }

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