Html Css Color HEX #BBE7F1 Onahau

📋 copy color: '#BBE7F1'

red 187 ◦ green 231 ◦ blue 241

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

Shades of Onahau #BBE7F1

Tints of Onahau #BBE7F1

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.05%

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

R = 28.38%
G = 35.05%
B = 36.57%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBE7F1 (or 0xBBE7F1) is known color: Onahau. HEX triplet: BB, E7 and F1. RGB value is (187,231,241). Sum of RGB (Red+Green+Blue) = 187+231+241=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBE7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7F1 is #44180E. Grayscale: #DADADA. Windows color (decimal): -4462607 or 15853499. OLE color: 15853499.

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

Color convert

RGB 187 231 241 -
CMYK 0.22 0.04 0 0.05
HSL 191.11º 0.66% 0.84% -
HSV(B) 191.11º 0.22% 0.95% -
XYZ 64.95 74.07 94.09 -
YUV 218.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 187 231 241 0.22 0.04 0 0.05 191.11 0.66 0.84
Hex BB E7 F1 16 4 0 5 BF 42 54
Octal 273 347 361 26 4 0 5 277 102 124
Binary 10111011 11100111 11110001 10110 100 0 101 10111111 1000010 1010100

Color Harmonies of #BBE7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7F1

Black with #BBE7F1

Text Example


Text Example

White with #BBE7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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