Html Css Color HEX #CCBEF3 Fog

📋 copy color: '#CCBEF3'

red 204 ◦ green 190 ◦ blue 243

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

Shades of Fog #CCBEF3

Tints of Fog #CCBEF3

RGB

 RED value IS 204 (80.08% from 255) = 32.03%

 GREEN value IS 190 (74.61% from 255) = 29.83%

 BLUE value IS 243 (95.31% from 255) = 38.15%

R = 32.03%
G = 29.83%
B = 38.15%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCBEF3 (or 0xCCBEF3) is known color: Fog. HEX triplet: CC, BE and F3. RGB value is (204,190,243). Sum of RGB (Red+Green+Blue) = 204+190+243=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCBEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEF3 is #33410C. Grayscale: #C8C8C8. Windows color (decimal): -3358989 or 15974092. OLE color: 15974092.

HSL color Cylindrical-coordinate representation of color #CCBEF3: hue angle of 255.85º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCBEF3 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 190 243 -
CMYK 0.16 0.22 0 0.05
HSL 255.85º 0.69% 0.85% -
HSV(B) 255.85º 0.22% 0.95% -
XYZ 59.49 56.14 92.49 -
YUV 200.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 204 190 243 0.16 0.22 0 0.05 255.85 0.69 0.85
Hex CC BE F3 10 16 0 5 100 45 55
Octal 314 276 363 20 26 0 5 400 105 125
Binary 11001100 10111110 11110011 10000 10110 0 101 100000000 1000101 1010101

Color Harmonies of #CCBEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEF3

Black with #CCBEF3

Text Example


Text Example

White with #CCBEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEF3; }

 p { color: rgb(204,190,243); }

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

background-color css

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

 a { background-color: rgb(204,190,243); }

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

border-color css

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

 span { border-color: rgb(204,190,243); }

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