Html Css Color HEX #BBE3F1 Onahau

📋 copy color: '#BBE3F1'

red 187 ◦ green 227 ◦ blue 241

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

Shades of Onahau #BBE3F1

Tints of Onahau #BBE3F1

RGB

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

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

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

R = 28.55%
G = 34.66%
B = 36.79%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBE3F1 (or 0xBBE3F1) is known color: Onahau. HEX triplet: BB, E3 and F1. RGB value is (187,227,241). Sum of RGB (Red+Green+Blue) = 187+227+241=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBE3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE3F1 is #441C0E. Grayscale: #D8D8D8. Windows color (decimal): -4463631 or 15852475. OLE color: 15852475.

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

Color convert

RGB 187 227 241 -
CMYK 0.22 0.06 0 0.05
HSL 195.56º 0.66% 0.84% -
HSV(B) 195.56º 0.22% 0.95% -
XYZ 63.84 71.85 93.72 -
YUV 216.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 187 227 241 0.22 0.06 0 0.05 195.56 0.66 0.84
Hex BB E3 F1 16 6 0 5 C4 42 54
Octal 273 343 361 26 6 0 5 304 102 124
Binary 10111011 11100011 11110001 10110 110 0 101 11000100 1000010 1010100

Color Harmonies of #BBE3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE3F1

Black with #BBE3F1

Text Example


Text Example

White with #BBE3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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