Html Css Color HEX #BCE7EA Onahau

📋 copy color: '#BCE7EA'

red 188 ◦ green 231 ◦ blue 234

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

Shades of Onahau #BCE7EA

Tints of Onahau #BCE7EA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.38%

 BLUE value IS 234 (91.8% from 255) = 35.83%

R = 28.79%
G = 35.38%
B = 35.83%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCE7EA (or 0xBCE7EA) is known color: Onahau. HEX triplet: BC, E7 and EA. RGB value is (188,231,234). Sum of RGB (Red+Green+Blue) = 188+231+234=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 231 (90.62% from 255 or 35.38% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCE7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7EA is #431815. Grayscale: #DADADA. Windows color (decimal): -4397078 or 15394748. OLE color: 15394748.

HSL color Cylindrical-coordinate representation of color #BCE7EA: hue angle of 183.91º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE7EA is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 231 234 -
CMYK 0.20 0.01 0 0.08
HSL 183.91º 0.52% 0.83% -
HSV(B) 183.91º 0.2% 0.92% -
XYZ 64.17 73.78 88.7 -
YUV 218.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 188 231 234 0.20 0.01 0 0.08 183.91 0.52 0.83
Hex BC E7 EA 14 1 0 8 B8 34 53
Octal 274 347 352 24 1 0 10 270 64 123
Binary 10111100 11100111 11101010 10100 1 0 1000 10111000 110100 1010011

Color Harmonies of #BCE7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE7EA

Black with #BCE7EA

Text Example


Text Example

White with #BCE7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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