Html Css Color HEX #BCE3ED Onahau

📋 copy color: '#BCE3ED'

red 188 ◦ green 227 ◦ blue 237

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

Shades of Onahau #BCE3ED

Tints of Onahau #BCE3ED

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.82%

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

R = 28.83%
G = 34.82%
B = 36.35%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCE3ED (or 0xBCE3ED) is known color: Onahau. HEX triplet: BC, E3 and ED. RGB value is (188,227,237). Sum of RGB (Red+Green+Blue) = 188+227+237=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE3ED is #431C12. Grayscale: #D8D8D8. Windows color (decimal): -4398099 or 15590332. OLE color: 15590332.

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

Color convert

RGB 188 227 237 -
CMYK 0.21 0.04 0 0.07
HSL 192.24º 0.58% 0.83% -
HSV(B) 192.24º 0.21% 0.93% -
XYZ 63.49 71.74 90.62 -
YUV 216.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 188 227 237 0.21 0.04 0 0.07 192.24 0.58 0.83
Hex BC E3 ED 15 4 0 7 C0 3A 53
Octal 274 343 355 25 4 0 7 300 72 123
Binary 10111100 11100011 11101101 10101 100 0 111 11000000 111010 1010011

Color Harmonies of #BCE3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE3ED

Black with #BCE3ED

Text Example


Text Example

White with #BCE3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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