Html Css Color HEX #BCCAE0 Periwinkle

📋 copy color: '#BCCAE0'

red 188 ◦ green 202 ◦ blue 224

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

Shades of Periwinkle #BCCAE0

Tints of Periwinkle #BCCAE0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.9%

 BLUE value IS 224 (87.89% from 255) = 36.48%

R = 30.62%
G = 32.9%
B = 36.48%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCCAE0 (or 0xBCCAE0) is known color: Periwinkle. HEX triplet: BC, CA and E0. RGB value is (188,202,224). Sum of RGB (Red+Green+Blue) = 188+202+224=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCCAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAE0 is #43351F. Grayscale: #C8C8C8. Windows color (decimal): -4404512 or 14731964. OLE color: 14731964.

HSL color Cylindrical-coordinate representation of color #BCCAE0: hue angle of 216.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCCAE0 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 202 224 -
CMYK 0.16 0.10 0 0.12
HSL 216.67º 0.37% 0.81% -
HSV(B) 216.67º 0.16% 0.88% -
XYZ 55.31 58.31 78.86 -
YUV 200.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 188 202 224 0.16 0.10 0 0.12 216.67 0.37 0.81
Hex BC CA E0 10 A 0 C D9 25 51
Octal 274 312 340 20 12 0 14 331 45 121
Binary 10111100 11001010 11100000 10000 1010 0 1100 11011001 100101 1010001

Color Harmonies of #BCCAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAE0

Black with #BCCAE0

Text Example


Text Example

White with #BCCAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAE0; }

 p { color: rgb(188,202,224); }

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

background-color css

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

 a { background-color: rgb(188,202,224); }

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

border-color css

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

 span { border-color: rgb(188,202,224); }

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