Html Css Color HEX #BCCCE8 Periwinkle

📋 copy color: '#BCCCE8'

red 188 ◦ green 204 ◦ blue 232

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

Shades of Periwinkle #BCCCE8

Tints of Periwinkle #BCCCE8

RGB

 RED value IS 188 (73.83% from 255) = 30.13%

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

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

R = 30.13%
G = 32.69%
B = 37.18%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCCCE8 (or 0xBCCCE8) is known color: Periwinkle. HEX triplet: BC, CC and E8. RGB value is (188,204,232). Sum of RGB (Red+Green+Blue) = 188+204+232=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCCCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCE8 is #433317. Grayscale: #CACACA. Windows color (decimal): -4403992 or 15256764. OLE color: 15256764.

HSL color Cylindrical-coordinate representation of color #BCCCE8: hue angle of 218.18º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCCCE8 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 204 232 -
CMYK 0.19 0.12 0 0.09
HSL 218.18º 0.49% 0.82% -
HSV(B) 218.18º 0.19% 0.91% -
XYZ 56.9 59.7 84.87 -
YUV 202.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 188 204 232 0.19 0.12 0 0.09 218.18 0.49 0.82
Hex BC CC E8 13 C 0 9 DA 31 52
Octal 274 314 350 23 14 0 11 332 61 122
Binary 10111100 11001100 11101000 10011 1100 0 1001 11011010 110001 1010010

Color Harmonies of #BCCCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCE8

Black with #BCCCE8

Text Example


Text Example

White with #BCCCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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