Html Css Color HEX #BBEAED Onahau

📋 copy color: '#BBEAED'

red 187 ◦ green 234 ◦ blue 237

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

Shades of Onahau #BBEAED

Tints of Onahau #BBEAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.02%

R = 28.42%
G = 35.56%
B = 36.02%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBEAED (or 0xBBEAED) is known color: Onahau. HEX triplet: BB, EA and ED. RGB value is (187,234,237). Sum of RGB (Red+Green+Blue) = 187+234+237=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAED is #441512. Grayscale: #DCDCDC. Windows color (decimal): -4461843 or 15592123. OLE color: 15592123.

HSL color Cylindrical-coordinate representation of color #BBEAED: hue angle of 183.6º 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 #BBEAED is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 234 237 -
CMYK 0.21 0.01 0 0.07
HSL 183.6º 0.58% 0.83% -
HSV(B) 183.6º 0.21% 0.93% -
XYZ 65.2 75.52 91.26 -
YUV 220.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 187 234 237 0.21 0.01 0 0.07 183.6 0.58 0.83
Hex BB EA ED 15 1 0 7 B8 3A 53
Octal 273 352 355 25 1 0 7 270 72 123
Binary 10111011 11101010 11101101 10101 1 0 111 10111000 111010 1010011

Color Harmonies of #BBEAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAED

Black with #BBEAED

Text Example


Text Example

White with #BBEAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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