Html Css Color HEX #BBEBF0 Onahau

📋 copy color: '#BBEBF0'

red 187 ◦ green 235 ◦ blue 240

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

Shades of Onahau #BBEBF0

Tints of Onahau #BBEBF0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.5%

 BLUE value IS 240 (94.14% from 255) = 36.25%

R = 28.25%
G = 35.5%
B = 36.25%

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

#BBEBF0 (or 0xBBEBF0) is known color: Onahau. HEX triplet: BB, EB and F0. RGB value is (187,235,240). Sum of RGB (Red+Green+Blue) = 187+235+240=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBEBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBF0 is #44140F. Grayscale: #DDDDDD. Windows color (decimal): -4461584 or 15788987. OLE color: 15788987.

HSL color Cylindrical-coordinate representation of color #BBEBF0: hue angle of 185.66º degrees, saturation: 0.64, 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 #BBEBF0 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 235 240 -
CMYK 0.22 0.02 0 0.06
HSL 185.66º 0.64% 0.84% -
HSV(B) 185.66º 0.22% 0.94% -
XYZ 65.93 76.27 93.69 -
YUV 221.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 187 235 240 0.22 0.02 0 0.06 185.66 0.64 0.84
Hex BB EB F0 16 2 0 6 BA 40 54
Octal 273 353 360 26 2 0 6 272 100 124
Binary 10111011 11101011 11110000 10110 10 0 110 10111010 1000000 1010100

Color Harmonies of #BBEBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBF0

Black with #BBEBF0

Text Example


Text Example

White with #BBEBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBF0; }

 p { color: rgb(187,235,240); }

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

background-color css

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

 a { background-color: rgb(187,235,240); }

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

border-color css

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

 span { border-color: rgb(187,235,240); }

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