Html Css Color HEX #BBCAE5 Periwinkle

📋 copy color: '#BBCAE5'

red 187 ◦ green 202 ◦ blue 229

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

Shades of Periwinkle #BBCAE5

Tints of Periwinkle #BBCAE5

RGB

 RED value IS 187 (73.44% from 255) = 30.26%

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

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

R = 30.26%
G = 32.69%
B = 37.06%

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

#BBCAE5 (or 0xBBCAE5) is known color: Periwinkle. HEX triplet: BB, CA and E5. RGB value is (187,202,229). Sum of RGB (Red+Green+Blue) = 187+202+229=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBCAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAE5 is #44351A. Grayscale: #C8C8C8. Windows color (decimal): -4470043 or 15059643. OLE color: 15059643.

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

Color convert

RGB 187 202 229 -
CMYK 0.18 0.12 0 0.10
HSL 218.57º 0.45% 0.82% -
HSV(B) 218.57º 0.18% 0.9% -
XYZ 55.76 58.46 82.47 -
YUV 200.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 187 202 229 0.18 0.12 0 0.10 218.57 0.45 0.82
Hex BB CA E5 12 C 0 A DB 2D 52
Octal 273 312 345 22 14 0 12 333 55 122
Binary 10111011 11001010 11100101 10010 1100 0 1010 11011011 101101 1010010

Color Harmonies of #BBCAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAE5

Black with #BBCAE5

Text Example


Text Example

White with #BBCAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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