Html Css Color HEX #BDF3D3 Aero Blue

📋 copy color: '#BDF3D3'

red 189 ◦ green 243 ◦ blue 211

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

Shades of Aero Blue #BDF3D3

Tints of Aero Blue #BDF3D3

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.79%

 BLUE value IS 211 (82.81% from 255) = 32.81%

R = 29.39%
G = 37.79%
B = 32.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#BDF3D3 (or 0xBDF3D3) is known color: Aero Blue. HEX triplet: BD, F3 and D3. RGB value is (189,243,211). Sum of RGB (Red+Green+Blue) = 189+243+211=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3D3 is #420C2C. Grayscale: #DFDFDF. Windows color (decimal): -4328493 or 13890493. OLE color: 13890493.

HSL color Cylindrical-coordinate representation of color #BDF3D3: hue angle of 144.44º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF3D3 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 211 -
CMYK 0.22 0 0.13 0.05
HSL 144.44º 0.69% 0.85% -
HSV(B) 144.44º 0.22% 0.95% -
XYZ 64.79 79.62 73.58 -
YUV 223.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 189 243 211 0.22 0 0.13 0.05 144.44 0.69 0.85
Hex BD F3 D3 16 0 D 5 90 45 55
Octal 275 363 323 26 0 15 5 220 105 125
Binary 10111101 11110011 11010011 10110 0 1101 101 10010000 1000101 1010101

Color Harmonies of #BDF3D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF3D3

Black with #BDF3D3

Text Example


Text Example

White with #BDF3D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF3D3; }

 p { color: rgb(189,243,211); }

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

background-color css

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

 a { background-color: rgb(189,243,211); }

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

border-color css

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

 span { border-color: rgb(189,243,211); }

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