Html Css Color HEX #BBE1F9 Onahau

📋 copy color: '#BBE1F9'

red 187 ◦ green 225 ◦ blue 249

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

Shades of Onahau #BBE1F9

Tints of Onahau #BBE1F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.67%

R = 28.29%
G = 34.04%
B = 37.67%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBE1F9 (or 0xBBE1F9) is known color: Onahau. HEX triplet: BB, E1 and F9. RGB value is (187,225,249). Sum of RGB (Red+Green+Blue) = 187+225+249=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBE1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1F9 is #441E06. Grayscale: #D8D8D8. Windows color (decimal): -4464135 or 16376251. OLE color: 16376251.

HSL color Cylindrical-coordinate representation of color #BBE1F9: hue angle of 203.23º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBE1F9 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 225 249 -
CMYK 0.25 0.10 0 0.02
HSL 203.23º 0.84% 0.85% -
HSV(B) 203.23º 0.25% 0.98% -
XYZ 64.52 71.25 99.98 -
YUV 216.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 187 225 249 0.25 0.10 0 0.02 203.23 0.84 0.85
Hex BB E1 F9 19 A 0 2 CB 54 55
Octal 273 341 371 31 12 0 2 313 124 125
Binary 10111011 11100001 11111001 11001 1010 0 10 11001011 1010100 1010101

Color Harmonies of #BBE1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE1F9

Black with #BBE1F9

Text Example


Text Example

White with #BBE1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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