Html Css Color HEX #BBECEF Onahau

📋 copy color: '#BBECEF'

red 187 ◦ green 236 ◦ blue 239

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

Shades of Onahau #BBECEF

Tints of Onahau #BBECEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.1%

R = 28.25%
G = 35.65%
B = 36.1%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBECEF (or 0xBBECEF) is known color: Onahau. HEX triplet: BB, EC and EF. RGB value is (187,236,239). Sum of RGB (Red+Green+Blue) = 187+236+239=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECEF is #441310. Grayscale: #DDDDDD. Windows color (decimal): -4461329 or 15723707. OLE color: 15723707.

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

Color convert

RGB 187 236 239 -
CMYK 0.22 0.01 0 0.06
HSL 183.46º 0.62% 0.84% -
HSV(B) 183.46º 0.22% 0.94% -
XYZ 66.07 76.79 93 -
YUV 221.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 187 236 239 0.22 0.01 0 0.06 183.46 0.62 0.84
Hex BB EC EF 16 1 0 6 B7 3E 54
Octal 273 354 357 26 1 0 6 267 76 124
Binary 10111011 11101100 11101111 10110 1 0 110 10110111 111110 1010100

Color Harmonies of #BBECEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECEF

Black with #BBECEF

Text Example


Text Example

White with #BBECEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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