Html Css Color HEX #BCCAEC Periwinkle

📋 copy color: '#BCCAEC'

red 188 ◦ green 202 ◦ blue 236

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

Shades of Periwinkle #BCCAEC

Tints of Periwinkle #BCCAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.7%

R = 30.03%
G = 32.27%
B = 37.7%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCCAEC (or 0xBCCAEC) is known color: Periwinkle. HEX triplet: BC, CA and EC. RGB value is (188,202,236). Sum of RGB (Red+Green+Blue) = 188+202+236=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCCAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAEC is #433513. Grayscale: #C9C9C9. Windows color (decimal): -4404500 or 15518396. OLE color: 15518396.

HSL color Cylindrical-coordinate representation of color #BCCAEC: hue angle of 222.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCAEC is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 202 236 -
CMYK 0.20 0.14 0 0.07
HSL 222.5º 0.56% 0.83% -
HSV(B) 222.5º 0.2% 0.93% -
XYZ 57 58.99 87.74 -
YUV 201.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 188 202 236 0.20 0.14 0 0.07 222.5 0.56 0.83
Hex BC CA EC 14 E 0 7 DE 38 53
Octal 274 312 354 24 16 0 7 336 70 123
Binary 10111100 11001010 11101100 10100 1110 0 111 11011110 111000 1010011

Color Harmonies of #BCCAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAEC

Black with #BCCAEC

Text Example


Text Example

White with #BCCAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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