Html Css Color HEX #BBF0FD Onahau

📋 copy color: '#BBF0FD'

red 187 ◦ green 240 ◦ blue 253

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

Shades of Onahau #BBF0FD

Tints of Onahau #BBF0FD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.29%

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

R = 27.5%
G = 35.29%
B = 37.21%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBF0FD (or 0xBBF0FD) is known color: Onahau. HEX triplet: BB, F0 and FD. RGB value is (187,240,253). Sum of RGB (Red+Green+Blue) = 187+240+253=680 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.5% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0FD is #440F02. Grayscale: #E1E1E1. Windows color (decimal): -4460291 or 16642235. OLE color: 16642235.

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

Color convert

RGB 187 240 253 -
CMYK 0.26 0.05 0 0.01
HSL 191.82º 0.94% 0.86% -
HSV(B) 191.82º 0.26% 0.99% -
XYZ 69.38 79.98 104.71 -
YUV 225.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 187 240 253 0.26 0.05 0 0.01 191.82 0.94 0.86
Hex BB F0 FD 1A 5 0 1 C0 5E 56
Octal 273 360 375 32 5 0 1 300 136 126
Binary 10111011 11110000 11111101 11010 101 0 1 11000000 1011110 1010110

Color Harmonies of #BBF0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0FD

Black with #BBF0FD

Text Example


Text Example

White with #BBF0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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