Html Css Color HEX #BBE6FD Onahau

📋 copy color: '#BBE6FD'

red 187 ◦ green 230 ◦ blue 253

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

Shades of Onahau #BBE6FD

Tints of Onahau #BBE6FD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.33%

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

R = 27.91%
G = 34.33%
B = 37.76%

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

#BBE6FD (or 0xBBE6FD) is known color: Onahau. HEX triplet: BB, E6 and FD. RGB value is (187,230,253). Sum of RGB (Red+Green+Blue) = 187+230+253=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBE6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6FD is #441902. Grayscale: #DBDBDB. Windows color (decimal): -4462851 or 16639675. OLE color: 16639675.

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

Color convert

RGB 187 230 253 -
CMYK 0.26 0.09 0 0.01
HSL 200.91º 0.94% 0.86% -
HSV(B) 200.91º 0.26% 0.99% -
XYZ 66.52 74.25 103.75 -
YUV 219.77 146.75 104.63 -
System Red Green Blue C M Y K H S L
Decimal 187 230 253 0.26 0.09 0 0.01 200.91 0.94 0.86
Hex BB E6 FD 1A 9 0 1 C9 5E 56
Octal 273 346 375 32 11 0 1 311 136 126
Binary 10111011 11100110 11111101 11010 1001 0 1 11001001 1011110 1010110

Color Harmonies of #BBE6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE6FD

Black with #BBE6FD

Text Example


Text Example

White with #BBE6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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