Html Css Color HEX #BCDFE9 Onahau

📋 copy color: '#BCDFE9'

red 188 ◦ green 223 ◦ blue 233

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

Shades of Onahau #BCDFE9

Tints of Onahau #BCDFE9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.63%

 BLUE value IS 233 (91.41% from 255) = 36.18%

R = 29.19%
G = 34.63%
B = 36.18%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCDFE9 (or 0xBCDFE9) is known color: Onahau. HEX triplet: BC, DF and E9. RGB value is (188,223,233). Sum of RGB (Red+Green+Blue) = 188+223+233=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCDFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFE9 is #432016. Grayscale: #D5D5D5. Windows color (decimal): -4399127 or 15327164. OLE color: 15327164.

HSL color Cylindrical-coordinate representation of color #BCDFE9: hue angle of 193.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCDFE9 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 223 233 -
CMYK 0.19 0.04 0 0.09
HSL 193.33º 0.51% 0.83% -
HSV(B) 193.33º 0.19% 0.91% -
XYZ 61.83 69.35 87.22 -
YUV 213.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 188 223 233 0.19 0.04 0 0.09 193.33 0.51 0.83
Hex BC DF E9 13 4 0 9 C1 33 53
Octal 274 337 351 23 4 0 11 301 63 123
Binary 10111100 11011111 11101001 10011 100 0 1001 11000001 110011 1010011

Color Harmonies of #BCDFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFE9

Black with #BCDFE9

Text Example


Text Example

White with #BCDFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFE9; }

 p { color: rgb(188,223,233); }

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

background-color css

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

 a { background-color: rgb(188,223,233); }

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

border-color css

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

 span { border-color: rgb(188,223,233); }

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