Html Css Color HEX #BBE5FD Onahau

📋 copy color: '#BBE5FD'

red 187 ◦ green 229 ◦ blue 253

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

Shades of Onahau #BBE5FD

Tints of Onahau #BBE5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.23%

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

R = 27.95%
G = 34.23%
B = 37.82%

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

#BBE5FD (or 0xBBE5FD) is known color: Onahau. HEX triplet: BB, E5 and FD. RGB value is (187,229,253). Sum of RGB (Red+Green+Blue) = 187+229+253=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5FD is #441A02. Grayscale: #DBDBDB. Windows color (decimal): -4463107 or 16639419. OLE color: 16639419.

HSL color Cylindrical-coordinate representation of color #BBE5FD: hue angle of 201.82º 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 #BBE5FD is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 229 253 -
CMYK 0.26 0.09 0 0.01
HSL 201.82º 0.94% 0.86% -
HSV(B) 201.82º 0.26% 0.99% -
XYZ 66.24 73.7 103.66 -
YUV 219.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 187 229 253 0.26 0.09 0 0.01 201.82 0.94 0.86
Hex BB E5 FD 1A 9 0 1 CA 5E 56
Octal 273 345 375 32 11 0 1 312 136 126
Binary 10111011 11100101 11111101 11010 1001 0 1 11001010 1011110 1010110

Color Harmonies of #BBE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE5FD

Black with #BBE5FD

Text Example


Text Example

White with #BBE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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