Html Css Color HEX #BBECFB Onahau

📋 copy color: '#BBECFB'

red 187 ◦ green 236 ◦ blue 251

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

Shades of Onahau #BBECFB

Tints of Onahau #BBECFB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.01%

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

R = 27.74%
G = 35.01%
B = 37.24%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBECFB (or 0xBBECFB) is known color: Onahau. HEX triplet: BB, EC and FB. RGB value is (187,236,251). Sum of RGB (Red+Green+Blue) = 187+236+251=674 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.74% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECFB is #441304. Grayscale: #DEDEDE. Windows color (decimal): -4461317 or 16510139. OLE color: 16510139.

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

Color convert

RGB 187 236 251 -
CMYK 0.25 0.06 0 0.02
HSL 194.06º 0.89% 0.86% -
HSV(B) 194.06º 0.25% 0.98% -
XYZ 67.9 77.52 102.65 -
YUV 223.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 187 236 251 0.25 0.06 0 0.02 194.06 0.89 0.86
Hex BB EC FB 19 6 0 2 C2 59 56
Octal 273 354 373 31 6 0 2 302 131 126
Binary 10111011 11101100 11111011 11001 110 0 10 11000010 1011001 1010110

Color Harmonies of #BBECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECFB

Black with #BBECFB

Text Example


Text Example

White with #BBECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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