Html Css Color HEX #BBE0ED Onahau

📋 copy color: '#BBE0ED'

red 187 ◦ green 224 ◦ blue 237

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

Shades of Onahau #BBE0ED

Tints of Onahau #BBE0ED

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.57%

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

R = 28.86%
G = 34.57%
B = 36.57%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBE0ED (or 0xBBE0ED) is known color: Onahau. HEX triplet: BB, E0 and ED. RGB value is (187,224,237). Sum of RGB (Red+Green+Blue) = 187+224+237=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0ED is #441F12. Grayscale: #D6D6D6. Windows color (decimal): -4464403 or 15589563. OLE color: 15589563.

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

Color convert

RGB 187 224 237 -
CMYK 0.21 0.05 0 0.07
HSL 195.6º 0.58% 0.83% -
HSV(B) 195.6º 0.21% 0.93% -
XYZ 62.44 69.99 90.34 -
YUV 214.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 187 224 237 0.21 0.05 0 0.07 195.6 0.58 0.83
Hex BB E0 ED 15 5 0 7 C4 3A 53
Octal 273 340 355 25 5 0 7 304 72 123
Binary 10111011 11100000 11101101 10101 101 0 111 11000100 111010 1010011

Color Harmonies of #BBE0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE0ED

Black with #BBE0ED

Text Example


Text Example

White with #BBE0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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