Html Css Color HEX #BBEFFB Onahau

📋 copy color: '#BBEFFB'

red 187 ◦ green 239 ◦ blue 251

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

Shades of Onahau #BBEFFB

Tints of Onahau #BBEFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.3%

 BLUE value IS 251 (98.44% from 255) = 37.08%

R = 27.62%
G = 35.3%
B = 37.08%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBEFFB (or 0xBBEFFB) is known color: Onahau. HEX triplet: BB, EF and FB. RGB value is (187,239,251). Sum of RGB (Red+Green+Blue) = 187+239+251=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFFB is #441004. Grayscale: #E0E0E0. Windows color (decimal): -4460549 or 16510907. OLE color: 16510907.

HSL color Cylindrical-coordinate representation of color #BBEFFB: hue angle of 191.25º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBEFFB is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 239 251 -
CMYK 0.25 0.05 0 0.02
HSL 191.25º 0.89% 0.86% -
HSV(B) 191.25º 0.25% 0.98% -
XYZ 68.77 79.26 102.94 -
YUV 224.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 187 239 251 0.25 0.05 0 0.02 191.25 0.89 0.86
Hex BB EF FB 19 5 0 2 BF 59 56
Octal 273 357 373 31 5 0 2 277 131 126
Binary 10111011 11101111 11111011 11001 101 0 10 10111111 1011001 1010110

Color Harmonies of #BBEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFFB

Black with #BBEFFB

Text Example


Text Example

White with #BBEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFFB; }

 p { color: rgb(187,239,251); }

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

background-color css

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

 a { background-color: rgb(187,239,251); }

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

border-color css

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

 span { border-color: rgb(187,239,251); }

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