Html Css Color HEX #BDFCD6 Aero Blue

📋 copy color: '#BDFCD6'

red 189 ◦ green 252 ◦ blue 214

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

Shades of Aero Blue #BDFCD6

Tints of Aero Blue #BDFCD6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.47%

 BLUE value IS 214 (83.98% from 255) = 32.67%

R = 28.85%
G = 38.47%
B = 32.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#BDFCD6 (or 0xBDFCD6) is known color: Aero Blue. HEX triplet: BD, FC and D6. RGB value is (189,252,214). Sum of RGB (Red+Green+Blue) = 189+252+214=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCD6 is #420329. Grayscale: #E4E4E4. Windows color (decimal): -4326186 or 14089405. OLE color: 14089405.

HSL color Cylindrical-coordinate representation of color #BDFCD6: hue angle of 143.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCD6 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 252 214 -
CMYK 0.25 0 0.15 0.01
HSL 143.81º 0.91% 0.86% -
HSV(B) 143.81º 0.25% 0.99% -
XYZ 67.93 85.29 76.5 -
YUV 228.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 189 252 214 0.25 0 0.15 0.01 143.81 0.91 0.86
Hex BD FC D6 19 0 F 1 90 5B 56
Octal 275 374 326 31 0 17 1 220 133 126
Binary 10111101 11111100 11010110 11001 0 1111 1 10010000 1011011 1010110

Color Harmonies of #BDFCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFCD6

Black with #BDFCD6

Text Example


Text Example

White with #BDFCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFCD6; }

 p { color: rgb(189,252,214); }

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

background-color css

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

 a { background-color: rgb(189,252,214); }

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

border-color css

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

 span { border-color: rgb(189,252,214); }

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