Html Css Color HEX #BBE4FD Onahau

📋 copy color: '#BBE4FD'

red 187 ◦ green 228 ◦ blue 253

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

Shades of Onahau #BBE4FD

Tints of Onahau #BBE4FD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.13%

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

R = 27.99%
G = 34.13%
B = 37.87%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBE4FD (or 0xBBE4FD) is known color: Onahau. HEX triplet: BB, E4 and FD. RGB value is (187,228,253). Sum of RGB (Red+Green+Blue) = 187+228+253=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBE4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4FD is #441B02. Grayscale: #DADADA. Windows color (decimal): -4463363 or 16639163. OLE color: 16639163.

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

Color convert

RGB 187 228 253 -
CMYK 0.26 0.10 0 0.01
HSL 202.73º 0.94% 0.86% -
HSV(B) 202.73º 0.26% 0.99% -
XYZ 65.97 73.14 103.57 -
YUV 218.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 187 228 253 0.26 0.10 0 0.01 202.73 0.94 0.86
Hex BB E4 FD 1A A 0 1 CB 5E 56
Octal 273 344 375 32 12 0 1 313 136 126
Binary 10111011 11100100 11111101 11010 1010 0 1 11001011 1011110 1010110

Color Harmonies of #BBE4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE4FD

Black with #BBE4FD

Text Example


Text Example

White with #BBE4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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