Html Css Color HEX #BBE4F1 Onahau

📋 copy color: '#BBE4F1'

red 187 ◦ green 228 ◦ blue 241

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

Shades of Onahau #BBE4F1

Tints of Onahau #BBE4F1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.76%

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

R = 28.51%
G = 34.76%
B = 36.74%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBE4F1 (or 0xBBE4F1) is known color: Onahau. HEX triplet: BB, E4 and F1. RGB value is (187,228,241). Sum of RGB (Red+Green+Blue) = 187+228+241=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBE4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4F1 is #441B0E. Grayscale: #D9D9D9. Windows color (decimal): -4463375 or 15852731. OLE color: 15852731.

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

Color convert

RGB 187 228 241 -
CMYK 0.22 0.05 0 0.05
HSL 194.44º 0.66% 0.84% -
HSV(B) 194.44º 0.22% 0.95% -
XYZ 64.11 72.4 93.81 -
YUV 217.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 187 228 241 0.22 0.05 0 0.05 194.44 0.66 0.84
Hex BB E4 F1 16 5 0 5 C2 42 54
Octal 273 344 361 26 5 0 5 302 102 124
Binary 10111011 11100100 11110001 10110 101 0 101 11000010 1000010 1010100

Color Harmonies of #BBE4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE4F1

Black with #BBE4F1

Text Example


Text Example

White with #BBE4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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