Html Css Color HEX #BBECF1 Onahau

📋 copy color: '#BBECF1'

red 187 ◦ green 236 ◦ blue 241

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

Shades of Onahau #BBECF1

Tints of Onahau #BBECF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.3%

R = 28.16%
G = 35.54%
B = 36.3%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBECF1 (or 0xBBECF1) is known color: Onahau. HEX triplet: BB, EC and F1. RGB value is (187,236,241). Sum of RGB (Red+Green+Blue) = 187+236+241=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECF1 is #44130E. Grayscale: #DDDDDD. Windows color (decimal): -4461327 or 15854779. OLE color: 15854779.

HSL color Cylindrical-coordinate representation of color #BBECF1: hue angle of 185.56º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBECF1 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 236 241 -
CMYK 0.22 0.02 0 0.05
HSL 185.56º 0.66% 0.84% -
HSV(B) 185.56º 0.22% 0.95% -
XYZ 66.37 76.91 94.57 -
YUV 221.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 187 236 241 0.22 0.02 0 0.05 185.56 0.66 0.84
Hex BB EC F1 16 2 0 5 BA 42 54
Octal 273 354 361 26 2 0 5 272 102 124
Binary 10111011 11101100 11110001 10110 10 0 101 10111010 1000010 1010100

Color Harmonies of #BBECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECF1

Black with #BBECF1

Text Example


Text Example

White with #BBECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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