Html Css Color HEX #BFCCE8 Periwinkle

📋 copy color: '#BFCCE8'

red 191 ◦ green 204 ◦ blue 232

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

Shades of Periwinkle #BFCCE8

Tints of Periwinkle #BFCCE8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.54%

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

R = 30.46%
G = 32.54%
B = 37%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFCCE8 (or 0xBFCCE8) is known color: Periwinkle. HEX triplet: BF, CC and E8. RGB value is (191,204,232). Sum of RGB (Red+Green+Blue) = 191+204+232=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFCCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCE8 is #403317. Grayscale: #CBCBCB. Windows color (decimal): -4207384 or 15256767. OLE color: 15256767.

HSL color Cylindrical-coordinate representation of color #BFCCE8: hue angle of 220.98º 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 #BFCCE8 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 204 232 -
CMYK 0.18 0.12 0 0.09
HSL 220.98º 0.47% 0.83% -
HSV(B) 220.98º 0.18% 0.91% -
XYZ 57.64 60.09 84.9 -
YUV 203.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 191 204 232 0.18 0.12 0 0.09 220.98 0.47 0.83
Hex BF CC E8 12 C 0 9 DD 2F 53
Octal 277 314 350 22 14 0 11 335 57 123
Binary 10111111 11001100 11101000 10010 1100 0 1001 11011101 101111 1010011

Color Harmonies of #BFCCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCE8

Black with #BFCCE8

Text Example


Text Example

White with #BFCCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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