Html Css Color HEX #BBE9F1 Onahau

📋 copy color: '#BBE9F1'

red 187 ◦ green 233 ◦ blue 241

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

Shades of Onahau #BBE9F1

Tints of Onahau #BBE9F1

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.25%

 BLUE value IS 241 (94.53% from 255) = 36.46%

R = 28.29%
G = 35.25%
B = 36.46%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBE9F1 (or 0xBBE9F1) is known color: Onahau. HEX triplet: BB, E9 and F1. RGB value is (187,233,241). Sum of RGB (Red+Green+Blue) = 187+233+241=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBE9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9F1 is #44160E. Grayscale: #DCDCDC. Windows color (decimal): -4462095 or 15854011. OLE color: 15854011.

HSL color Cylindrical-coordinate representation of color #BBE9F1: hue angle of 188.89º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBE9F1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 233 241 -
CMYK 0.22 0.03 0 0.05
HSL 188.89º 0.66% 0.84% -
HSV(B) 188.89º 0.22% 0.95% -
XYZ 65.51 75.19 94.28 -
YUV 220.16 139.76 104.35 -
System Red Green Blue C M Y K H S L
Decimal 187 233 241 0.22 0.03 0 0.05 188.89 0.66 0.84
Hex BB E9 F1 16 3 0 5 BD 42 54
Octal 273 351 361 26 3 0 5 275 102 124
Binary 10111011 11101001 11110001 10110 11 0 101 10111101 1000010 1010100

Color Harmonies of #BBE9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE9F1

Black with #BBE9F1

Text Example


Text Example

White with #BBE9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE9F1; }

 p { color: rgb(187,233,241); }

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

background-color css

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

 a { background-color: rgb(187,233,241); }

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

border-color css

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

 span { border-color: rgb(187,233,241); }

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