Html Css Color HEX #BBEBF3 Onahau

📋 copy color: '#BBEBF3'

red 187 ◦ green 235 ◦ blue 243

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

Shades of Onahau #BBEBF3

Tints of Onahau #BBEBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.54%

R = 28.12%
G = 35.34%
B = 36.54%

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

#BBEBF3 (or 0xBBEBF3) is known color: Onahau. HEX triplet: BB, EB and F3. RGB value is (187,235,243). Sum of RGB (Red+Green+Blue) = 187+235+243=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBEBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBF3 is #44140C. Grayscale: #DDDDDD. Windows color (decimal): -4461581 or 15985595. OLE color: 15985595.

HSL color Cylindrical-coordinate representation of color #BBEBF3: hue angle of 188.57º degrees, saturation: 0.7, 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 #BBEBF3 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 235 243 -
CMYK 0.23 0.03 0 0.05
HSL 188.57º 0.7% 0.84% -
HSV(B) 188.57º 0.23% 0.95% -
XYZ 66.38 76.45 96.05 -
YUV 221.56 140.1 103.35 -
System Red Green Blue C M Y K H S L
Decimal 187 235 243 0.23 0.03 0 0.05 188.57 0.7 0.84
Hex BB EB F3 17 3 0 5 BD 46 54
Octal 273 353 363 27 3 0 5 275 106 124
Binary 10111011 11101011 11110011 10111 11 0 101 10111101 1000110 1010100

Color Harmonies of #BBEBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBF3

Black with #BBEBF3

Text Example


Text Example

White with #BBEBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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