Html Css Color HEX #BCEBEE Onahau

📋 copy color: '#BCEBEE'

red 188 ◦ green 235 ◦ blue 238

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

Shades of Onahau #BCEBEE

Tints of Onahau #BCEBEE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.55%

 BLUE value IS 238 (93.36% from 255) = 36.01%

R = 28.44%
G = 35.55%
B = 36.01%

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

#BCEBEE (or 0xBCEBEE) is known color: Onahau. HEX triplet: BC, EB and EE. RGB value is (188,235,238). Sum of RGB (Red+Green+Blue) = 188+235+238=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCEBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBEE is #431411. Grayscale: #DDDDDD. Windows color (decimal): -4396050 or 15657916. OLE color: 15657916.

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

Color convert

RGB 188 235 238 -
CMYK 0.21 0.01 0 0.07
HSL 183.6º 0.6% 0.84% -
HSV(B) 183.6º 0.21% 0.93% -
XYZ 65.88 76.28 92.14 -
YUV 221.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 188 235 238 0.21 0.01 0 0.07 183.6 0.6 0.84
Hex BC EB EE 15 1 0 7 B8 3C 54
Octal 274 353 356 25 1 0 7 270 74 124
Binary 10111100 11101011 11101110 10101 1 0 111 10111000 111100 1010100

Color Harmonies of #BCEBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBEE

Black with #BCEBEE

Text Example


Text Example

White with #BCEBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBEE; }

 p { color: rgb(188,235,238); }

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

background-color css

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

 a { background-color: rgb(188,235,238); }

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

border-color css

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

 span { border-color: rgb(188,235,238); }

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