Html Css Color HEX #BBEBF2 Onahau

📋 copy color: '#BBEBF2'

red 187 ◦ green 235 ◦ blue 242

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

Shades of Onahau #BBEBF2

Tints of Onahau #BBEBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.45%

R = 28.16%
G = 35.39%
B = 36.45%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBEBF2 (or 0xBBEBF2) is known color: Onahau. HEX triplet: BB, EB and F2. RGB value is (187,235,242). Sum of RGB (Red+Green+Blue) = 187+235+242=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBF2 is #44140D. Grayscale: #DDDDDD. Windows color (decimal): -4461582 or 15920059. OLE color: 15920059.

HSL color Cylindrical-coordinate representation of color #BBEBF2: hue angle of 187.64º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBEBF2 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 235 242 -
CMYK 0.23 0.03 0 0.05
HSL 187.64º 0.68% 0.84% -
HSV(B) 187.64º 0.23% 0.95% -
XYZ 66.23 76.39 95.26 -
YUV 221.45 139.6 103.43 -
System Red Green Blue C M Y K H S L
Decimal 187 235 242 0.23 0.03 0 0.05 187.64 0.68 0.84
Hex BB EB F2 17 3 0 5 BC 44 54
Octal 273 353 362 27 3 0 5 274 104 124
Binary 10111011 11101011 11110010 10111 11 0 101 10111100 1000100 1010100

Color Harmonies of #BBEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBF2

Black with #BBEBF2

Text Example


Text Example

White with #BBEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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