Html Css Color HEX #BBE8F4 Onahau

📋 copy color: '#BBE8F4'

red 187 ◦ green 232 ◦ blue 244

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

Shades of Onahau #BBE8F4

Tints of Onahau #BBE8F4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.99%

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

R = 28.21%
G = 34.99%
B = 36.8%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBE8F4 (or 0xBBE8F4) is known color: Onahau. HEX triplet: BB, E8 and F4. RGB value is (187,232,244). Sum of RGB (Red+Green+Blue) = 187+232+244=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 244 (95.70% from 255 or 36.80% from 663); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBE8F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE8F4 is #44170B. Grayscale: #DBDBDB. Windows color (decimal): -4462348 or 16050363. OLE color: 16050363.

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

Color convert

RGB 187 232 244 -
CMYK 0.23 0.05 0 0.04
HSL 192.63º 0.72% 0.85% -
HSV(B) 192.63º 0.23% 0.96% -
XYZ 65.68 74.81 96.57 -
YUV 219.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 187 232 244 0.23 0.05 0 0.04 192.63 0.72 0.85
Hex BB E8 F4 17 5 0 4 C1 48 55
Octal 273 350 364 27 5 0 4 301 110 125
Binary 10111011 11101000 11110100 10111 101 0 100 11000001 1001000 1010101

Color Harmonies of #BBE8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE8F4

Black with #BBE8F4

Text Example


Text Example

White with #BBE8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE8F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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