Html Css Color HEX #BBF0FC Onahau

📋 copy color: '#BBF0FC'

red 187 ◦ green 240 ◦ blue 252

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

Shades of Onahau #BBF0FC

Tints of Onahau #BBF0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.11%

R = 27.54%
G = 35.35%
B = 37.11%

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

#BBF0FC (or 0xBBF0FC) is known color: Onahau. HEX triplet: BB, F0 and FC. RGB value is (187,240,252). Sum of RGB (Red+Green+Blue) = 187+240+252=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBF0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0FC is #440F03. Grayscale: #E1E1E1. Windows color (decimal): -4460292 or 16576699. OLE color: 16576699.

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

Color convert

RGB 187 240 252 -
CMYK 0.26 0.05 0 0.01
HSL 191.08º 0.92% 0.86% -
HSV(B) 191.08º 0.26% 0.99% -
XYZ 69.22 79.91 103.87 -
YUV 225.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 187 240 252 0.26 0.05 0 0.01 191.08 0.92 0.86
Hex BB F0 FC 1A 5 0 1 BF 5C 56
Octal 273 360 374 32 5 0 1 277 134 126
Binary 10111011 11110000 11111100 11010 101 0 1 10111111 1011100 1010110

Color Harmonies of #BBF0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0FC

Black with #BBF0FC

Text Example


Text Example

White with #BBF0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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