Html Css Color HEX #BBF1FA Onahau

📋 copy color: '#BBF1FA'

red 187 ◦ green 241 ◦ blue 250

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

Shades of Onahau #BBF1FA

Tints of Onahau #BBF1FA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.55%

 BLUE value IS 250 (98.05% from 255) = 36.87%

R = 27.58%
G = 35.55%
B = 36.87%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBF1FA (or 0xBBF1FA) is known color: Onahau. HEX triplet: BB, F1 and FA. RGB value is (187,241,250). Sum of RGB (Red+Green+Blue) = 187+241+250=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1FA is #440E05. Grayscale: #E1E1E1. Windows color (decimal): -4460038 or 16445883. OLE color: 16445883.

HSL color Cylindrical-coordinate representation of color #BBF1FA: hue angle of 188.57º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF1FA is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 241 250 -
CMYK 0.25 0.04 0 0.02
HSL 188.57º 0.86% 0.86% -
HSV(B) 188.57º 0.25% 0.98% -
XYZ 69.2 80.38 102.31 -
YUV 225.88 141.61 100.27 -
System Red Green Blue C M Y K H S L
Decimal 187 241 250 0.25 0.04 0 0.02 188.57 0.86 0.86
Hex BB F1 FA 19 4 0 2 BD 56 56
Octal 273 361 372 31 4 0 2 275 126 126
Binary 10111011 11110001 11111010 11001 100 0 10 10111101 1010110 1010110

Color Harmonies of #BBF1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1FA

Black with #BBF1FA

Text Example


Text Example

White with #BBF1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1FA; }

 p { color: rgb(187,241,250); }

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

background-color css

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

 a { background-color: rgb(187,241,250); }

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

border-color css

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

 span { border-color: rgb(187,241,250); }

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