Html Css Color HEX #BBEEF5 Onahau

📋 copy color: '#BBEEF5'

red 187 ◦ green 238 ◦ blue 245

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

Shades of Onahau #BBEEF5

Tints of Onahau #BBEEF5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.52%

 BLUE value IS 245 (96.09% from 255) = 36.57%

R = 27.91%
G = 35.52%
B = 36.57%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBEEF5 (or 0xBBEEF5) is known color: Onahau. HEX triplet: BB, EE and F5. RGB value is (187,238,245). Sum of RGB (Red+Green+Blue) = 187+238+245=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBEEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEF5 is #44110A. Grayscale: #DFDFDF. Windows color (decimal): -4460811 or 16117435. OLE color: 16117435.

HSL color Cylindrical-coordinate representation of color #BBEEF5: hue angle of 187.24º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBEEF5 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 238 245 -
CMYK 0.24 0.03 0 0.04
HSL 187.24º 0.74% 0.85% -
HSV(B) 187.24º 0.24% 0.96% -
XYZ 67.55 78.31 97.94 -
YUV 223.55 140.1 101.93 -
System Red Green Blue C M Y K H S L
Decimal 187 238 245 0.24 0.03 0 0.04 187.24 0.74 0.85
Hex BB EE F5 18 3 0 4 BB 4A 55
Octal 273 356 365 30 3 0 4 273 112 125
Binary 10111011 11101110 11110101 11000 11 0 100 10111011 1001010 1010101

Color Harmonies of #BBEEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEEF5

Black with #BBEEF5

Text Example


Text Example

White with #BBEEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEEF5; }

 p { color: rgb(187,238,245); }

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

background-color css

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

 a { background-color: rgb(187,238,245); }

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

border-color css

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

 span { border-color: rgb(187,238,245); }

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