Html Css Color HEX #BBEEF4 Onahau

📋 copy color: '#BBEEF4'

red 187 ◦ green 238 ◦ blue 244

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

Shades of Onahau #BBEEF4

Tints of Onahau #BBEEF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.47%

R = 27.95%
G = 35.58%
B = 36.47%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBEEF4 (or 0xBBEEF4) is known color: Onahau. HEX triplet: BB, EE and F4. RGB value is (187,238,244). Sum of RGB (Red+Green+Blue) = 187+238+244=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBEEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEF4 is #44110B. Grayscale: #DFDFDF. Windows color (decimal): -4460812 or 16051899. OLE color: 16051899.

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

Color convert

RGB 187 238 244 -
CMYK 0.23 0.02 0 0.04
HSL 186.32º 0.72% 0.85% -
HSV(B) 186.32º 0.23% 0.96% -
XYZ 67.4 78.25 97.14 -
YUV 223.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 187 238 244 0.23 0.02 0 0.04 186.32 0.72 0.85
Hex BB EE F4 17 2 0 4 BA 48 55
Octal 273 356 364 27 2 0 4 272 110 125
Binary 10111011 11101110 11110100 10111 10 0 100 10111010 1001000 1010101

Color Harmonies of #BBEEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEEF4

Black with #BBEEF4

Text Example


Text Example

White with #BBEEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEEF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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