Html Css Color HEX #BBE1ED Onahau

📋 copy color: '#BBE1ED'

red 187 ◦ green 225 ◦ blue 237

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

Shades of Onahau #BBE1ED

Tints of Onahau #BBE1ED

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.67%

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

R = 28.81%
G = 34.67%
B = 36.52%

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

#BBE1ED (or 0xBBE1ED) is known color: Onahau. HEX triplet: BB, E1 and ED. RGB value is (187,225,237). Sum of RGB (Red+Green+Blue) = 187+225+237=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1ED is #441E12. Grayscale: #D6D6D6. Windows color (decimal): -4464147 or 15589819. OLE color: 15589819.

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

Color convert

RGB 187 225 237 -
CMYK 0.21 0.05 0 0.07
HSL 194.4º 0.58% 0.83% -
HSV(B) 194.4º 0.21% 0.93% -
XYZ 62.7 70.53 90.43 -
YUV 215.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 187 225 237 0.21 0.05 0 0.07 194.4 0.58 0.83
Hex BB E1 ED 15 5 0 7 C2 3A 53
Octal 273 341 355 25 5 0 7 302 72 123
Binary 10111011 11100001 11101101 10101 101 0 111 11000010 111010 1010011

Color Harmonies of #BBE1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE1ED

Black with #BBE1ED

Text Example


Text Example

White with #BBE1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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