Html Css Color HEX #BCEAED Onahau

📋 copy color: '#BCEAED'

red 188 ◦ green 234 ◦ blue 237

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

Shades of Onahau #BCEAED

Tints of Onahau #BCEAED

RGB

 RED value IS 188 (73.83% from 255) = 28.53%

 GREEN value IS 234 (91.8% from 255) = 35.51%

 BLUE value IS 237 (92.97% from 255) = 35.96%

R = 28.53%
G = 35.51%
B = 35.96%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCEAED (or 0xBCEAED) is known color: Onahau. HEX triplet: BC, EA and ED. RGB value is (188,234,237). Sum of RGB (Red+Green+Blue) = 188+234+237=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAED is #431512. Grayscale: #DCDCDC. Windows color (decimal): -4396307 or 15592124. OLE color: 15592124.

HSL color Cylindrical-coordinate representation of color #BCEAED: hue angle of 183.67º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEAED is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 234 237 -
CMYK 0.21 0.01 0 0.07
HSL 183.67º 0.58% 0.83% -
HSV(B) 183.67º 0.21% 0.93% -
XYZ 65.45 75.65 91.27 -
YUV 220.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 188 234 237 0.21 0.01 0 0.07 183.67 0.58 0.83
Hex BC EA ED 15 1 0 7 B8 3A 53
Octal 274 352 355 25 1 0 7 270 72 123
Binary 10111100 11101010 11101101 10101 1 0 111 10111000 111010 1010011

Color Harmonies of #BCEAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAED

Black with #BCEAED

Text Example


Text Example

White with #BCEAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAED; }

 p { color: rgb(188,234,237); }

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

background-color css

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

 a { background-color: rgb(188,234,237); }

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

border-color css

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

 span { border-color: rgb(188,234,237); }

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