Html Css Color HEX #BBECF2 Onahau

📋 copy color: '#BBECF2'

red 187 ◦ green 236 ◦ blue 242

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

Shades of Onahau #BBECF2

Tints of Onahau #BBECF2

RGB

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

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

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

R = 28.12%
G = 35.49%
B = 36.39%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBECF2 (or 0xBBECF2) is known color: Onahau. HEX triplet: BB, EC and F2. RGB value is (187,236,242). Sum of RGB (Red+Green+Blue) = 187+236+242=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECF2 is #44130D. Grayscale: #DDDDDD. Windows color (decimal): -4461326 or 15920315. OLE color: 15920315.

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

Color convert

RGB 187 236 242 -
CMYK 0.23 0.02 0 0.05
HSL 186.55º 0.68% 0.84% -
HSV(B) 186.55º 0.23% 0.95% -
XYZ 66.52 76.97 95.35 -
YUV 222.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 187 236 242 0.23 0.02 0 0.05 186.55 0.68 0.84
Hex BB EC F2 17 2 0 5 BB 44 54
Octal 273 354 362 27 2 0 5 273 104 124
Binary 10111011 11101100 11110010 10111 10 0 101 10111011 1000100 1010100

Color Harmonies of #BBECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECF2

Black with #BBECF2

Text Example


Text Example

White with #BBECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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