Html Css Color HEX #BBE7FD Onahau

📋 copy color: '#BBE7FD'

red 187 ◦ green 231 ◦ blue 253

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

Shades of Onahau #BBE7FD

Tints of Onahau #BBE7FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.7%

R = 27.87%
G = 34.43%
B = 37.7%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBE7FD (or 0xBBE7FD) is known color: Onahau. HEX triplet: BB, E7 and FD. RGB value is (187,231,253). Sum of RGB (Red+Green+Blue) = 187+231+253=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBE7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7FD is #441802. Grayscale: #DCDCDC. Windows color (decimal): -4462595 or 16639931. OLE color: 16639931.

HSL color Cylindrical-coordinate representation of color #BBE7FD: hue angle of 200º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBE7FD is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 231 253 -
CMYK 0.26 0.09 0 0.01
HSL 200º 0.94% 0.86% -
HSV(B) 200º 0.26% 0.99% -
XYZ 66.8 74.81 103.85 -
YUV 220.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 187 231 253 0.26 0.09 0 0.01 200 0.94 0.86
Hex BB E7 FD 1A 9 0 1 C8 5E 56
Octal 273 347 375 32 11 0 1 310 136 126
Binary 10111011 11100111 11111101 11010 1001 0 1 11001000 1011110 1010110

Color Harmonies of #BBE7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7FD

Black with #BBE7FD

Text Example


Text Example

White with #BBE7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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