Html Css Color HEX #BBCCEA Periwinkle

📋 copy color: '#BBCCEA'

red 187 ◦ green 204 ◦ blue 234

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

Shades of Periwinkle #BBCCEA

Tints of Periwinkle #BBCCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.64%

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

R = 29.92%
G = 32.64%
B = 37.44%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBCCEA (or 0xBBCCEA) is known color: Periwinkle. HEX triplet: BB, CC and EA. RGB value is (187,204,234). Sum of RGB (Red+Green+Blue) = 187+204+234=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBCCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCEA is #443315. Grayscale: #CACACA. Windows color (decimal): -4469526 or 15387835. OLE color: 15387835.

HSL color Cylindrical-coordinate representation of color #BBCCEA: hue angle of 218.3º 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 #BBCCEA is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 204 234 -
CMYK 0.20 0.13 0 0.08
HSL 218.3º 0.53% 0.83% -
HSV(B) 218.3º 0.2% 0.92% -
XYZ 56.94 59.69 86.36 -
YUV 202.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 187 204 234 0.20 0.13 0 0.08 218.3 0.53 0.83
Hex BB CC EA 14 D 0 8 DA 35 53
Octal 273 314 352 24 15 0 10 332 65 123
Binary 10111011 11001100 11101010 10100 1101 0 1000 11011010 110101 1010011

Color Harmonies of #BBCCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCEA

Black with #BBCCEA

Text Example


Text Example

White with #BBCCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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