Html Css Color HEX #BDDFCB Aero Blue

📋 copy color: '#BDDFCB'

red 189 ◦ green 223 ◦ blue 203

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

Shades of Aero Blue #BDDFCB

Tints of Aero Blue #BDDFCB

RGB

 RED value IS 189 (74.22% from 255) = 30.73%

 GREEN value IS 223 (87.5% from 255) = 36.26%

 BLUE value IS 203 (79.69% from 255) = 33.01%

R = 30.73%
G = 36.26%
B = 33.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BDDFCB (or 0xBDDFCB) is known color: Aero Blue. HEX triplet: BD, DF and CB. RGB value is (189,223,203). Sum of RGB (Red+Green+Blue) = 189+223+203=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFCB is #422034. Grayscale: #D2D2D2. Windows color (decimal): -4333621 or 13361085. OLE color: 13361085.

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

Color convert

RGB 189 223 203 -
CMYK 0.15 0 0.09 0.13
HSL 144.71º 0.35% 0.81% -
HSV(B) 144.71º 0.15% 0.87% -
XYZ 58.15 67.91 66.54 -
YUV 210.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 189 223 203 0.15 0 0.09 0.13 144.71 0.35 0.81
Hex BD DF CB F 0 9 D 91 23 51
Octal 275 337 313 17 0 11 15 221 43 121
Binary 10111101 11011111 11001011 1111 0 1001 1101 10010001 100011 1010001

Color Harmonies of #BDDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFCB

Black with #BDDFCB

Text Example


Text Example

White with #BDDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFCB; }

 p { color: rgb(189,223,203); }

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

background-color css

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

 a { background-color: rgb(189,223,203); }

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

border-color css

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

 span { border-color: rgb(189,223,203); }

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