Html Css Color HEX #BBDCE5 Powder Blue

📋 copy color: '#BBDCE5'

red 187 ◦ green 220 ◦ blue 229

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

Shades of Powder Blue #BBDCE5

Tints of Powder Blue #BBDCE5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.59%

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

R = 29.4%
G = 34.59%
B = 36.01%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBDCE5 (or 0xBBDCE5) is known color: Powder Blue. HEX triplet: BB, DC and E5. RGB value is (187,220,229). Sum of RGB (Red+Green+Blue) = 187+220+229=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCE5 is #44231A. Grayscale: #D3D3D3. Windows color (decimal): -4465435 or 15064251. OLE color: 15064251.

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

Color convert

RGB 187 220 229 -
CMYK 0.18 0.04 0 0.10
HSL 192.86º 0.45% 0.82% -
HSV(B) 192.86º 0.18% 0.9% -
XYZ 60.23 67.41 83.97 -
YUV 211.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 187 220 229 0.18 0.04 0 0.10 192.86 0.45 0.82
Hex BB DC E5 12 4 0 A C1 2D 52
Octal 273 334 345 22 4 0 12 301 55 122
Binary 10111011 11011100 11100101 10010 100 0 1010 11000001 101101 1010010

Color Harmonies of #BBDCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCE5

Black with #BBDCE5

Text Example


Text Example

White with #BBDCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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