Html Css Color HEX #BBDCE2 Powder Blue

📋 copy color: '#BBDCE2'

red 187 ◦ green 220 ◦ blue 226

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

Shades of Powder Blue #BBDCE2

Tints of Powder Blue #BBDCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.7%

R = 29.54%
G = 34.76%
B = 35.7%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBDCE2 (or 0xBBDCE2) is known color: Powder Blue. HEX triplet: BB, DC and E2. RGB value is (187,220,226). Sum of RGB (Red+Green+Blue) = 187+220+226=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBDCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCE2 is #44231D. Grayscale: #D2D2D2. Windows color (decimal): -4465438 or 14867643. OLE color: 14867643.

HSL color Cylindrical-coordinate representation of color #BBDCE2: hue angle of 189.23º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBDCE2 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 220 226 -
CMYK 0.17 0.03 0 0.11
HSL 189.23º 0.4% 0.81% -
HSV(B) 189.23º 0.17% 0.89% -
XYZ 59.81 67.24 81.78 -
YUV 210.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 187 220 226 0.17 0.03 0 0.11 189.23 0.4 0.81
Hex BB DC E2 11 3 0 B BD 28 51
Octal 273 334 342 21 3 0 13 275 50 121
Binary 10111011 11011100 11100010 10001 11 0 1011 10111101 101000 1010001

Color Harmonies of #BBDCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCE2

Black with #BBDCE2

Text Example


Text Example

White with #BBDCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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