Html Css Color HEX #BBEAEF Onahau

📋 copy color: '#BBEAEF'

red 187 ◦ green 234 ◦ blue 239

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

Shades of Onahau #BBEAEF

Tints of Onahau #BBEAEF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.45%

 BLUE value IS 239 (93.75% from 255) = 36.21%

R = 28.33%
G = 35.45%
B = 36.21%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBEAEF (or 0xBBEAEF) is known color: Onahau. HEX triplet: BB, EA and EF. RGB value is (187,234,239). Sum of RGB (Red+Green+Blue) = 187+234+239=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBEAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAEF is #441510. Grayscale: #DCDCDC. Windows color (decimal): -4461841 or 15723195. OLE color: 15723195.

HSL color Cylindrical-coordinate representation of color #BBEAEF: hue angle of 185.77º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEAEF is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 234 239 -
CMYK 0.22 0.02 0 0.06
HSL 185.77º 0.62% 0.84% -
HSV(B) 185.77º 0.22% 0.94% -
XYZ 65.5 75.64 92.81 -
YUV 220.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 187 234 239 0.22 0.02 0 0.06 185.77 0.62 0.84
Hex BB EA EF 16 2 0 6 BA 3E 54
Octal 273 352 357 26 2 0 6 272 76 124
Binary 10111011 11101010 11101111 10110 10 0 110 10111010 111110 1010100

Color Harmonies of #BBEAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAEF

Black with #BBEAEF

Text Example


Text Example

White with #BBEAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAEF; }

 p { color: rgb(187,234,239); }

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

background-color css

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

 a { background-color: rgb(187,234,239); }

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

border-color css

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

 span { border-color: rgb(187,234,239); }

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