Html Css Color HEX #BBE2F1 Onahau

📋 copy color: '#BBE2F1'

red 187 ◦ green 226 ◦ blue 241

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

Shades of Onahau #BBE2F1

Tints of Onahau #BBE2F1

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.56%

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

R = 28.59%
G = 34.56%
B = 36.85%

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

#BBE2F1 (or 0xBBE2F1) is known color: Onahau. HEX triplet: BB, E2 and F1. RGB value is (187,226,241). Sum of RGB (Red+Green+Blue) = 187+226+241=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBE2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2F1 is #441D0E. Grayscale: #D7D7D7. Windows color (decimal): -4463887 or 15852219. OLE color: 15852219.

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

Color convert

RGB 187 226 241 -
CMYK 0.22 0.06 0 0.05
HSL 196.67º 0.66% 0.84% -
HSV(B) 196.67º 0.22% 0.95% -
XYZ 63.57 71.31 93.63 -
YUV 216.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 187 226 241 0.22 0.06 0 0.05 196.67 0.66 0.84
Hex BB E2 F1 16 6 0 5 C5 42 54
Octal 273 342 361 26 6 0 5 305 102 124
Binary 10111011 11100010 11110001 10110 110 0 101 11000101 1000010 1010100

Color Harmonies of #BBE2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE2F1

Black with #BBE2F1

Text Example


Text Example

White with #BBE2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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