Html Css Color HEX #BCCEE5 Periwinkle

📋 copy color: '#BCCEE5'

red 188 ◦ green 206 ◦ blue 229

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

Shades of Periwinkle #BCCEE5

Tints of Periwinkle #BCCEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.76%

R = 30.18%
G = 33.07%
B = 36.76%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCCEE5 (or 0xBCCEE5) is known color: Periwinkle. HEX triplet: BC, CE and E5. RGB value is (188,206,229). Sum of RGB (Red+Green+Blue) = 188+206+229=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCCEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEE5 is #43311A. Grayscale: #CBCBCB. Windows color (decimal): -4403483 or 15060668. OLE color: 15060668.

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

Color convert

RGB 188 206 229 -
CMYK 0.18 0.10 0 0.10
HSL 213.66º 0.44% 0.82% -
HSV(B) 213.66º 0.18% 0.9% -
XYZ 56.95 60.49 82.8 -
YUV 203.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 188 206 229 0.18 0.10 0 0.10 213.66 0.44 0.82
Hex BC CE E5 12 A 0 A D6 2C 52
Octal 274 316 345 22 12 0 12 326 54 122
Binary 10111100 11001110 11100101 10010 1010 0 1010 11010110 101100 1010010

Color Harmonies of #BCCEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEE5

Black with #BCCEE5

Text Example


Text Example

White with #BCCEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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