Html Css Color HEX #BBE3F5 Onahau

📋 copy color: '#BBE3F5'

red 187 ◦ green 227 ◦ blue 245

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

Shades of Onahau #BBE3F5

Tints of Onahau #BBE3F5

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.45%

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

R = 28.38%
G = 34.45%
B = 37.18%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBE3F5 (or 0xBBE3F5) is known color: Onahau. HEX triplet: BB, E3 and F5. RGB value is (187,227,245). Sum of RGB (Red+Green+Blue) = 187+227+245=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 227 (89.06% from 255 or 34.45% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBE3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE3F5 is #441C0A. Grayscale: #D8D8D8. Windows color (decimal): -4463627 or 16114619. OLE color: 16114619.

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

Color convert

RGB 187 227 245 -
CMYK 0.24 0.07 0 0.04
HSL 198.62º 0.74% 0.85% -
HSV(B) 198.62º 0.24% 0.96% -
XYZ 64.44 72.1 96.91 -
YUV 217.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 187 227 245 0.24 0.07 0 0.04 198.62 0.74 0.85
Hex BB E3 F5 18 7 0 4 C7 4A 55
Octal 273 343 365 30 7 0 4 307 112 125
Binary 10111011 11100011 11110101 11000 111 0 100 11000111 1001010 1010101

Color Harmonies of #BBE3F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE3F5

Black with #BBE3F5

Text Example


Text Example

White with #BBE3F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE3F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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