Html Css Color HEX #BCE2ED Onahau

📋 copy color: '#BCE2ED'

red 188 ◦ green 226 ◦ blue 237

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

Shades of Onahau #BCE2ED

Tints of Onahau #BCE2ED

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.72%

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

R = 28.88%
G = 34.72%
B = 36.41%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCE2ED (or 0xBCE2ED) is known color: Onahau. HEX triplet: BC, E2 and ED. RGB value is (188,226,237). Sum of RGB (Red+Green+Blue) = 188+226+237=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCE2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2ED is #431D12. Grayscale: #D7D7D7. Windows color (decimal): -4398355 or 15590076. OLE color: 15590076.

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

Color convert

RGB 188 226 237 -
CMYK 0.21 0.05 0 0.07
HSL 193.47º 0.58% 0.83% -
HSV(B) 193.47º 0.21% 0.93% -
XYZ 63.22 71.2 90.53 -
YUV 215.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 188 226 237 0.21 0.05 0 0.07 193.47 0.58 0.83
Hex BC E2 ED 15 5 0 7 C1 3A 53
Octal 274 342 355 25 5 0 7 301 72 123
Binary 10111100 11100010 11101101 10101 101 0 111 11000001 111010 1010011

Color Harmonies of #BCE2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE2ED

Black with #BCE2ED

Text Example


Text Example

White with #BCE2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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