Html Css Color HEX #BBEDFA Onahau

📋 copy color: '#BBEDFA'

red 187 ◦ green 237 ◦ blue 250

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

Shades of Onahau #BBEDFA

Tints of Onahau #BBEDFA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.16%

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

R = 27.74%
G = 35.16%
B = 37.09%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBEDFA (or 0xBBEDFA) is known color: Onahau. HEX triplet: BB, ED and FA. RGB value is (187,237,250). Sum of RGB (Red+Green+Blue) = 187+237+250=674 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.74% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDFA is #441205. Grayscale: #DFDFDF. Windows color (decimal): -4461062 or 16444859. OLE color: 16444859.

HSL color Cylindrical-coordinate representation of color #BBEDFA: hue angle of 192.38º 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 #BBEDFA is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 237 250 -
CMYK 0.25 0.05 0 0.02
HSL 192.38º 0.86% 0.86% -
HSV(B) 192.38º 0.25% 0.98% -
XYZ 68.03 78.04 101.92 -
YUV 223.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 187 237 250 0.25 0.05 0 0.02 192.38 0.86 0.86
Hex BB ED FA 19 5 0 2 C0 56 56
Octal 273 355 372 31 5 0 2 300 126 126
Binary 10111011 11101101 11111010 11001 101 0 10 11000000 1010110 1010110

Color Harmonies of #BBEDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDFA

Black with #BBEDFA

Text Example


Text Example

White with #BBEDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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