Html Css Color HEX #BBE6F2 Onahau

📋 copy color: '#BBE6F2'

red 187 ◦ green 230 ◦ blue 242

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

Shades of Onahau #BBE6F2

Tints of Onahau #BBE6F2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.9%

 BLUE value IS 242 (94.92% from 255) = 36.72%

R = 28.38%
G = 34.9%
B = 36.72%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBE6F2 (or 0xBBE6F2) is known color: Onahau. HEX triplet: BB, E6 and F2. RGB value is (187,230,242). Sum of RGB (Red+Green+Blue) = 187+230+242=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBE6F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6F2 is #44190D. Grayscale: #DADADA. Windows color (decimal): -4462862 or 15918779. OLE color: 15918779.

HSL color Cylindrical-coordinate representation of color #BBE6F2: hue angle of 193.09º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBE6F2 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 230 242 -
CMYK 0.23 0.05 0 0.05
HSL 193.09º 0.68% 0.84% -
HSV(B) 193.09º 0.23% 0.95% -
XYZ 64.82 73.57 94.79 -
YUV 218.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 187 230 242 0.23 0.05 0 0.05 193.09 0.68 0.84
Hex BB E6 F2 17 5 0 5 C1 44 54
Octal 273 346 362 27 5 0 5 301 104 124
Binary 10111011 11100110 11110010 10111 101 0 101 11000001 1000100 1010100

Color Harmonies of #BBE6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE6F2

Black with #BBE6F2

Text Example


Text Example

White with #BBE6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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