Html Css Color HEX #BBF3FD Onahau

📋 copy color: '#BBF3FD'

red 187 ◦ green 243 ◦ blue 253

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

Shades of Onahau #BBF3FD

Tints of Onahau #BBF3FD

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.58%

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

R = 27.38%
G = 35.58%
B = 37.04%

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

#BBF3FD (or 0xBBF3FD) is known color: Onahau. HEX triplet: BB, F3 and FD. RGB value is (187,243,253). Sum of RGB (Red+Green+Blue) = 187+243+253=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBF3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3FD is #440C02. Grayscale: #E3E3E3. Windows color (decimal): -4459523 or 16643003. OLE color: 16643003.

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

Color convert

RGB 187 243 253 -
CMYK 0.26 0.04 0 0.01
HSL 189.09º 0.94% 0.86% -
HSV(B) 189.09º 0.26% 0.99% -
XYZ 70.27 81.76 105.01 -
YUV 227.4 142.45 99.19 -
System Red Green Blue C M Y K H S L
Decimal 187 243 253 0.26 0.04 0 0.01 189.09 0.94 0.86
Hex BB F3 FD 1A 4 0 1 BD 5E 56
Octal 273 363 375 32 4 0 1 275 136 126
Binary 10111011 11110011 11111101 11010 100 0 1 10111101 1011110 1010110

Color Harmonies of #BBF3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF3FD

Black with #BBF3FD

Text Example


Text Example

White with #BBF3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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