Html Css Color HEX #BBDADE Powder Blue

📋 copy color: '#BBDADE'

red 187 ◦ green 218 ◦ blue 222

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

Shades of Powder Blue #BBDADE

Tints of Powder Blue #BBDADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.77%

 BLUE value IS 222 (87.11% from 255) = 35.41%

R = 29.82%
G = 34.77%
B = 35.41%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBDADE (or 0xBBDADE) is known color: Powder Blue. HEX triplet: BB, DA and DE. RGB value is (187,218,222). Sum of RGB (Red+Green+Blue) = 187+218+222=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBDADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDADE is #442521. Grayscale: #D1D1D1. Windows color (decimal): -4465954 or 14604987. OLE color: 14604987.

HSL color Cylindrical-coordinate representation of color #BBDADE: hue angle of 186.86º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDADE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 218 222 -
CMYK 0.16 0.02 0 0.13
HSL 186.86º 0.35% 0.8% -
HSV(B) 186.86º 0.16% 0.87% -
XYZ 58.75 65.98 78.75 -
YUV 209.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 187 218 222 0.16 0.02 0 0.13 186.86 0.35 0.8
Hex BB DA DE 10 2 0 D BB 23 50
Octal 273 332 336 20 2 0 15 273 43 120
Binary 10111011 11011010 11011110 10000 10 0 1101 10111011 100011 1010000

Color Harmonies of #BBDADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDADE

Black with #BBDADE

Text Example


Text Example

White with #BBDADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDADE; }

 p { color: rgb(187,218,222); }

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

background-color css

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

 a { background-color: rgb(187,218,222); }

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

border-color css

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

 span { border-color: rgb(187,218,222); }

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