Html Css Color HEX #BBEDCF Aero Blue

📋 copy color: '#BBEDCF'

red 187 ◦ green 237 ◦ blue 207

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

Shades of Aero Blue #BBEDCF

Tints of Aero Blue #BBEDCF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.56%

 BLUE value IS 207 (81.25% from 255) = 32.81%

R = 29.64%
G = 37.56%
B = 32.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#BBEDCF (or 0xBBEDCF) is known color: Aero Blue. HEX triplet: BB, ED and CF. RGB value is (187,237,207). Sum of RGB (Red+Green+Blue) = 187+237+207=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDCF is #441230. Grayscale: #DADADA. Windows color (decimal): -4461105 or 13626811. OLE color: 13626811.

HSL color Cylindrical-coordinate representation of color #BBEDCF: hue angle of 144º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDCF is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 237 207 -
CMYK 0.21 0 0.13 0.07
HSL 144º 0.58% 0.83% -
HSV(B) 144º 0.21% 0.93% -
XYZ 62.04 75.64 70.36 -
YUV 218.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 187 237 207 0.21 0 0.13 0.07 144 0.58 0.83
Hex BB ED CF 15 0 D 7 90 3A 53
Octal 273 355 317 25 0 15 7 220 72 123
Binary 10111011 11101101 11001111 10101 0 1101 111 10010000 111010 1010011

Color Harmonies of #BBEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDCF

Black with #BBEDCF

Text Example


Text Example

White with #BBEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDCF; }

 p { color: rgb(187,237,207); }

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

background-color css

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

 a { background-color: rgb(187,237,207); }

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

border-color css

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

 span { border-color: rgb(187,237,207); }

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