Html Css Color HEX #BBCAEA Periwinkle

📋 copy color: '#BBCAEA'

red 187 ◦ green 202 ◦ blue 234

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

Shades of Periwinkle #BBCAEA

Tints of Periwinkle #BBCAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.56%

R = 30.02%
G = 32.42%
B = 37.56%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBCAEA (or 0xBBCAEA) is known color: Periwinkle. HEX triplet: BB, CA and EA. RGB value is (187,202,234). Sum of RGB (Red+Green+Blue) = 187+202+234=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBCAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAEA is #443515. Grayscale: #C9C9C9. Windows color (decimal): -4470038 or 15387323. OLE color: 15387323.

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

Color convert

RGB 187 202 234 -
CMYK 0.20 0.14 0 0.08
HSL 220.85º 0.53% 0.83% -
HSV(B) 220.85º 0.2% 0.92% -
XYZ 56.47 58.75 86.21 -
YUV 201.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 187 202 234 0.20 0.14 0 0.08 220.85 0.53 0.83
Hex BB CA EA 14 E 0 8 DD 35 53
Octal 273 312 352 24 16 0 10 335 65 123
Binary 10111011 11001010 11101010 10100 1110 0 1000 11011101 110101 1010011

Color Harmonies of #BBCAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAEA

Black with #BBCAEA

Text Example


Text Example

White with #BBCAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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