Html Css Color HEX #BBEDF2 Onahau

📋 copy color: '#BBEDF2'

red 187 ◦ green 237 ◦ blue 242

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

Shades of Onahau #BBEDF2

Tints of Onahau #BBEDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.59%

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

R = 28.08%
G = 35.59%
B = 36.34%

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

#BBEDF2 (or 0xBBEDF2) is known color: Onahau. HEX triplet: BB, ED and F2. RGB value is (187,237,242). Sum of RGB (Red+Green+Blue) = 187+237+242=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDF2 is #44120D. Grayscale: #DEDEDE. Windows color (decimal): -4461070 or 15920571. OLE color: 15920571.

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

Color convert

RGB 187 237 242 -
CMYK 0.23 0.02 0 0.05
HSL 185.45º 0.68% 0.84% -
HSV(B) 185.45º 0.23% 0.95% -
XYZ 66.8 77.54 95.45 -
YUV 222.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 187 237 242 0.23 0.02 0 0.05 185.45 0.68 0.84
Hex BB ED F2 17 2 0 5 B9 44 54
Octal 273 355 362 27 2 0 5 271 104 124
Binary 10111011 11101101 11110010 10111 10 0 101 10111001 1000100 1010100

Color Harmonies of #BBEDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDF2

Black with #BBEDF2

Text Example


Text Example

White with #BBEDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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