Html Css Color HEX #BBF0FE Onahau

📋 copy color: '#BBF0FE'

red 187 ◦ green 240 ◦ blue 254

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

Shades of Onahau #BBF0FE

Tints of Onahau #BBF0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.3%

R = 27.46%
G = 35.24%
B = 37.3%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBF0FE (or 0xBBF0FE) is known color: Onahau. HEX triplet: BB, F0 and FE. RGB value is (187,240,254). Sum of RGB (Red+Green+Blue) = 187+240+254=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0FE is #440F01. Grayscale: #E1E1E1. Windows color (decimal): -4460290 or 16707771. OLE color: 16707771.

HSL color Cylindrical-coordinate representation of color #BBF0FE: hue angle of 192.54º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBF0FE is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 240 254 -
CMYK 0.26 0.06 0 0.00
HSL 192.54º 0.97% 0.86% -
HSV(B) 192.54º 0.26% 1% -
XYZ 69.54 80.04 105.55 -
YUV 225.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 187 240 254 0.26 0.06 0 0.00 192.54 0.97 0.86
Hex BB F0 FE 1A 6 0 0 C1 61 56
Octal 273 360 376 32 6 0 0 301 141 126
Binary 10111011 11110000 11111110 11010 110 0 0 11000001 1100001 1010110

Color Harmonies of #BBF0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0FE

Black with #BBF0FE

Text Example


Text Example

White with #BBF0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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