Html Css Color HEX #BBDAE1 Powder Blue

📋 copy color: '#BBDAE1'

red 187 ◦ green 218 ◦ blue 225

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

Shades of Powder Blue #BBDAE1

Tints of Powder Blue #BBDAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.71%

R = 29.68%
G = 34.6%
B = 35.71%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBDAE1 (or 0xBBDAE1) is known color: Powder Blue. HEX triplet: BB, DA and E1. RGB value is (187,218,225). Sum of RGB (Red+Green+Blue) = 187+218+225=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBDAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAE1 is #44251E. Grayscale: #D1D1D1. Windows color (decimal): -4465951 or 14801595. OLE color: 14801595.

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

Color convert

RGB 187 218 225 -
CMYK 0.17 0.03 0 0.12
HSL 191.05º 0.39% 0.81% -
HSV(B) 191.05º 0.17% 0.88% -
XYZ 59.16 66.14 80.88 -
YUV 209.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 187 218 225 0.17 0.03 0 0.12 191.05 0.39 0.81
Hex BB DA E1 11 3 0 C BF 27 51
Octal 273 332 341 21 3 0 14 277 47 121
Binary 10111011 11011010 11100001 10001 11 0 1100 10111111 100111 1010001

Color Harmonies of #BBDAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAE1

Black with #BBDAE1

Text Example


Text Example

White with #BBDAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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