Html Css Color HEX #BBE1F5 Onahau

📋 copy color: '#BBE1F5'

red 187 ◦ green 225 ◦ blue 245

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

Shades of Onahau #BBE1F5

Tints of Onahau #BBE1F5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.25%

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

R = 28.46%
G = 34.25%
B = 37.29%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBE1F5 (or 0xBBE1F5) is known color: Onahau. HEX triplet: BB, E1 and F5. RGB value is (187,225,245). Sum of RGB (Red+Green+Blue) = 187+225+245=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBE1F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1F5 is #441E0A. Grayscale: #D7D7D7. Windows color (decimal): -4464139 or 16114107. OLE color: 16114107.

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

Color convert

RGB 187 225 245 -
CMYK 0.24 0.08 0 0.04
HSL 200.69º 0.74% 0.85% -
HSV(B) 200.69º 0.24% 0.96% -
XYZ 63.9 71.01 96.72 -
YUV 215.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 187 225 245 0.24 0.08 0 0.04 200.69 0.74 0.85
Hex BB E1 F5 18 8 0 4 C9 4A 55
Octal 273 341 365 30 10 0 4 311 112 125
Binary 10111011 11100001 11110101 11000 1000 0 100 11001001 1001010 1010101

Color Harmonies of #BBE1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE1F5

Black with #BBE1F5

Text Example


Text Example

White with #BBE1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE1F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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