Html Css Color HEX #BCCAE5 Periwinkle

📋 copy color: '#BCCAE5'

red 188 ◦ green 202 ◦ blue 229

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

Shades of Periwinkle #BCCAE5

Tints of Periwinkle #BCCAE5

RGB

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

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

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

R = 30.37%
G = 32.63%
B = 37%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCCAE5 (or 0xBCCAE5) is known color: Periwinkle. HEX triplet: BC, CA and E5. RGB value is (188,202,229). Sum of RGB (Red+Green+Blue) = 188+202+229=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCCAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAE5 is #43351A. Grayscale: #C8C8C8. Windows color (decimal): -4404507 or 15059644. OLE color: 15059644.

HSL color Cylindrical-coordinate representation of color #BCCAE5: hue angle of 219.51º 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 #BCCAE5 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 202 229 -
CMYK 0.18 0.12 0 0.10
HSL 219.51º 0.44% 0.82% -
HSV(B) 219.51º 0.18% 0.9% -
XYZ 56 58.59 82.49 -
YUV 200.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 188 202 229 0.18 0.12 0 0.10 219.51 0.44 0.82
Hex BC CA E5 12 C 0 A DC 2C 52
Octal 274 312 345 22 14 0 12 334 54 122
Binary 10111100 11001010 11100101 10010 1100 0 1010 11011100 101100 1010010

Color Harmonies of #BCCAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAE5

Black with #BCCAE5

Text Example


Text Example

White with #BCCAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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