Html Css Color HEX #BCCEE4 Periwinkle

📋 copy color: '#BCCEE4'

red 188 ◦ green 206 ◦ blue 228

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

Shades of Periwinkle #BCCEE4

Tints of Periwinkle #BCCEE4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.12%

 BLUE value IS 228 (89.45% from 255) = 36.66%

R = 30.23%
G = 33.12%
B = 36.66%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCCEE4 (or 0xBCCEE4) is known color: Periwinkle. HEX triplet: BC, CE and E4. RGB value is (188,206,228). Sum of RGB (Red+Green+Blue) = 188+206+228=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCCEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEE4 is #43311B. Grayscale: #CBCBCB. Windows color (decimal): -4403484 or 14995132. OLE color: 14995132.

HSL color Cylindrical-coordinate representation of color #BCCEE4: hue angle of 213º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCCEE4 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 206 228 -
CMYK 0.18 0.10 0 0.11
HSL 213º 0.43% 0.82% -
HSV(B) 213º 0.18% 0.89% -
XYZ 56.81 60.44 82.07 -
YUV 203.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 188 206 228 0.18 0.10 0 0.11 213 0.43 0.82
Hex BC CE E4 12 A 0 B D5 2B 52
Octal 274 316 344 22 12 0 13 325 53 122
Binary 10111100 11001110 11100100 10010 1010 0 1011 11010101 101011 1010010

Color Harmonies of #BCCEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEE4

Black with #BCCEE4

Text Example


Text Example

White with #BCCEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEE4; }

 p { color: rgb(188,206,228); }

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

background-color css

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

 a { background-color: rgb(188,206,228); }

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

border-color css

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

 span { border-color: rgb(188,206,228); }

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