Html Css Color HEX #BBF2FD Onahau

📋 copy color: '#BBF2FD'

red 187 ◦ green 242 ◦ blue 253

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

Shades of Onahau #BBF2FD

Tints of Onahau #BBF2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.48%

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

R = 27.42%
G = 35.48%
B = 37.1%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBF2FD (or 0xBBF2FD) is known color: Onahau. HEX triplet: BB, F2 and FD. RGB value is (187,242,253). Sum of RGB (Red+Green+Blue) = 187+242+253=682 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.42% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBF2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2FD is #440D02. Grayscale: #E2E2E2. Windows color (decimal): -4459779 or 16642747. OLE color: 16642747.

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

Color convert

RGB 187 242 253 -
CMYK 0.26 0.04 0 0.01
HSL 190º 0.94% 0.86% -
HSV(B) 190º 0.26% 0.99% -
XYZ 69.98 81.16 104.91 -
YUV 226.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 187 242 253 0.26 0.04 0 0.01 190 0.94 0.86
Hex BB F2 FD 1A 4 0 1 BE 5E 56
Octal 273 362 375 32 4 0 1 276 136 126
Binary 10111011 11110010 11111101 11010 100 0 1 10111110 1011110 1010110

Color Harmonies of #BBF2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2FD

Black with #BBF2FD

Text Example


Text Example

White with #BBF2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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